Skip to content

chore(deps): bump build_runner from 2.13.1 to 2.14.1#190

Merged
conventoangelo merged 1 commit into
mainfrom
dependabot/pub/build_runner-2.14.1
May 1, 2026
Merged

chore(deps): bump build_runner from 2.13.1 to 2.14.1#190
conventoangelo merged 1 commit into
mainfrom
dependabot/pub/build_runner-2.14.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps build_runner from 2.13.1 to 2.14.1.

Release notes

Sourced from build_runner's releases.

package:build_runner v2.14.1

  • Bug fix: fix crash if a package used to belong to a workspace but was removed from the workspace leaving a stale workspace.ref file.
  • Bug fix: the watch command now always does one build before exiting due to a request from another build_runner process. Fix crashes related to request before build start.

package:build_runner v2.14.0

  • Performance: further improvements to management of files for analysis for 2x faster incremental builds.
  • Performance: default to AOT compilation for commands other than run. This costs more initial startup time but gives faster builds afterwards. Fall back to JIT if the compile fails due to use of dart:mirrors. Use the --force-jit flag if you want the old default JIT builder compile. Use the --force-aot flag to turn off the fallback to JIT compile.
  • Add support for asset: scheme to the --build-filter flag. It is like package: but for the whole package, not just lib. For example, package:a/b.dart is the same as asset:a/lib/b.dart.
  • Paths specified using --build-filter when using the --workspace flag now apply to the current package, not the workspace root. Other packages must be referred to using package: or asset: schemes.
  • Add OSC 8 hyperlinks for logged input paths.
  • Better handling of deletions of files during the build: if the file is not needed ignore the deletion, if it's needed try to use the cached version, as a last resort restart the build.
  • Defer deletions of files by build_runner until the build is complete. Don't write files unless the contents changed. These reduce unnecessary work by tools that watch the filesystem.
  • --workspace flag is no longer experimental, remove the warning.
  • Add --workspace flag to clean command, use it to clear the cache used for a --workspace build.
  • Add new command stop: run dart run build_runner stop to terminate a running watch or serve command in the current package or workspace. If a build is in progress, the build will complete first.
  • Add locking: build_runner will wait for any already-running command before running. If there is an already-running watch or serve command, it will be closed after the currently-running build, as if you ran the new dart run build_runner stop.
  • Note: the daemon command ignores build_runner stop and ignores the new locking as it uses its own locking.
  • Bug fix: small correctness fix in input tracking.
  • Bug fix: fix corner case that caused missing outputs with build_runner serve when directories were specified with a port, for example build_runner serve web:0. Before the fix, non-optional outputs to cache under web would be skipped unless they were used by another build step. With the fix, all non-optional outputs under web are built and served.
  • Bug fix: when building with --workspace generate the entrypoint and compiled artifacts under the workspace root instead of the current package root.
  • Remove code_builder dependency so builders can use any version of it.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Apr 24, 2026
@dependabot dependabot Bot requested a review from conventoangelo as a code owner April 24, 2026 20:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dart Pull requests that update dart code labels Apr 24, 2026
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Bumps [build_runner](https://github.com/dart-lang/build) from 2.13.1 to 2.14.1.
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.13.1...build_runner-v2.14.1)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@conventoangelo conventoangelo force-pushed the dependabot/pub/build_runner-2.14.1 branch from f978b9a to b67d3bf Compare May 1, 2026 06:28
@conventoangelo conventoangelo merged commit 4522570 into main May 1, 2026
4 checks passed
@conventoangelo conventoangelo deleted the dependabot/pub/build_runner-2.14.1 branch May 1, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants